fix(renovate): explicitly enable minor and patch updates#393
Conversation
The shared preset now disables minor updates by default. Add enabled: true to the minor/patch rule so this repo continues to receive minor PRs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Greptile SummaryThis PR replaces the entire local
Confidence Score: 4/5Safe to merge if the shared The entire local configuration — schedule, automerge rules, grouping, and dashboard suppression — has been removed and handed off to an external shared preset whose contents are not visible in this diff. If that preset is incomplete or differs from the prior local rules, dependency PRs may arrive on a different cadence, the dependency-dashboard issue may reappear, and automerge grouping may not behave as before. renovate.json — all prior local config removed, behavior now fully dependent on the shared Important Files Changed
|
Summary
The shared
workos/renovate-configpreset now explicitly disablesmajorandminorupdates for non-github-actions managers to enforce a patch-only policy on the monorepo.Renovate applies
packageRulesin order — preset rules first, then repo rules on top. Because the shared preset setsenabled: falsefor minor updates, and this repo's rule setsautomerge: truebut notenabled: true, minor updates would silently stop getting PRs.Fix
Add
"enabled": trueto the existing minor/patch rule so it explicitly re-enables minor updates after the shared preset disables them.🤖 Generated with Claude Code